home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / Moof / Goodies / DTS Goodies / Obfuscated_C / 1988 / spinellis.hint < prev    next >
Text File  |  1989-04-13  |  865b  |  31 lines

  1. Best abuse of the rules: <cc.ic.ac.uk!dds> Diomidis Spinellis 
  2.  
  3.         Diomidis Spinellis (currently at Imperial College, London, England)
  4.     1 Myrsinis Str.
  5.     GR-145 62 Kifissia
  6.     GREECE
  7.  
  8. How to compile:
  9.  
  10.     /lib/cpp spinellis.c > spin.c
  11.  
  12. and type the following text followed by an EOF ('^D'):
  13.  
  14.     main()
  15.     {
  16.         printf("Hello world\n");
  17.     }
  18.  
  19. The author says:
  20.  
  21.     This program can be configured to do almost everything.
  22.     The configuration is done during compile time by typing
  23.     in, C code, that one would like the program to perform.
  24.     A trivial example is given in the `how to compile' section
  25.     but the possibilities are clearly limited only by your
  26.     imagination and programming skills.
  27.  
  28. FYI: We enjoyed this entry this year, however in the future programs 
  29.      must be able to be compiled from within a makefile without the
  30.      need of human intervention.
  31.